home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 128
/
Vol 128 (Damaged).iso
/
games
/
gandy_sq.swf
/
scripts
/
DefineButton2_332
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-03-26
|
244 b
|
16 lines
on(release){
if(music == 1)
{
stopAllSounds();
music = 0;
}
else
{
ss = new Sound();
ss.attachSound("musicsound");
ss.setVolume(100);
ss.start(0,999999);
music = 1;
}
}